home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Interface / MD.000 / scripts / DefineButton2_151 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  133b  |  7 lines

  1. on(release){
  2.    fscommand("Media.Stop");
  3.    fscommand("Browser.Close");
  4.    _root.contato._visible = true;
  5.    gotoAndStop(1);
  6. }
  7.